home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ShareWare OnLine 2
/
ShareWare OnLine Volume 2 (CMS Software)(1993).iso
/
os2
/
memsz161.zip
/
ABOUT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-09
|
476b
|
26 lines
/******************************************************************** ABOUT.H
* *
* About Dialog definitions *
* *
****************************************************************************/
#ifndef ABOUT_H
#define ABOUT_H
typedef struct
{
SHORT id ;
HWND hwndHelp ;
}
ABOUT_PARMS, *PABOUT_PARMS ;
extern MRESULT EXPENTRY AboutProcessor
(
HWND hwnd,
USHORT msg,
MPARAM mp1,
MPARAM mp2
) ;
#endif